home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 11 / Cream of the Crop 11-1.iso / disk / fhd210.zip / FH_SETUP.BAT < prev    next >
DOS Batch File  |  1996-01-28  |  493b  |  16 lines

  1. @echo off
  2. echo Installing File_Handle's logfile directory...
  3. :
  4. : File_Handle will run without calling this file; its purpose is to force
  5. : another location for File_Handle's logfiles. (Example: Networks)
  6. :
  7. set FH_LOGDIR=c:\
  8. :
  9. : Remove logfile of ramdrive (if any) after (re)boot, in case it's on harddisk.
  10. :
  11. echo Removing File_Handle's logfile for the RAMDRIVE...
  12. :
  13. : Change the last 'f' in 'fh_f' to the letter you are using for the ramdrive.
  14. :
  15. @del %FH_LOGDIR%\fh_f.log > nul
  16.